Add comprehensive AI assistant instruction files for development guidance#51
Open
Add comprehensive AI assistant instruction files for development guidance#51
Conversation
Co-authored-by: joe10832 <103850533+joe10832@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] /.github/copilot-instructions.md
/.github/instructions/**/*.instructions.md
**/AGENTS.md
/CLAUDE.md
/GEMINI.mdhttps://api.githubcopilot.com/mcp/readonly @copilot
Add comprehensive AI assistant instruction files for development guidance
Sep 25, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.
Comments suppressed due to low confidence (1)
GEMINI.md:1
- Inconsistent capitalization. Should be 'For Testing Agents' to match the pattern used in other headings like 'For Code Generation Agents' and 'For Code Analysis Agents'.
# Gemini Instructions for Onchain Test Kit
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
joe10832
approved these changes
Oct 3, 2025
Member
|
joe10832
approved these changes
Oct 3, 2025
joe10832
approved these changes
Nov 9, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds comprehensive instruction files for different AI assistants (Claude, Gemini, GitHub Copilot, and others) working on the Onchain Test Kit project. These files provide tailored guidance that leverages each AI assistant's unique strengths while maintaining consistency in technical standards and development practices.
Overview
The instruction files help AI assistants understand the project's architecture, coding patterns, testing requirements, and development workflow. Each file is specifically tailored to different AI assistants' capabilities while maintaining consistent technical guidance about the Onchain Test Kit's builder patterns, wallet automation, and Playwright integration.
Files Added
Root Level Instructions
AGENTS.md- Universal guidance for all AI assistants with comprehensive project overview, architecture details, and development best practicesCLAUDE.md- Claude-specific instructions emphasizing analytical approach, systematic problem-solving, and thorough code analysisGEMINI.md- Gemini-focused instructions leveraging multimodal capabilities, creative problem-solving, and holistic system understandingDirectory Structure
.github/instructions/- New directory containing assistant-specific instruction files:claude.instructions.md- Concise Claude development guidelinesgemini.instructions.md- Focused Gemini development instructionsgeneral.instructions.md- Universal AI assistant guidelinesREADME.md- Directory documentationKey Features
Consistent Technical Foundation
All instruction files maintain consistency with the existing
.github/copilot-instructions.mdand reference the same:Assistant-Specific Guidance
Practical Examples
Each file includes relevant code examples demonstrating:
Benefits
No Breaking Changes
This PR only adds documentation files and does not modify any existing functionality:
The instruction files will help AI assistants contribute more effectively to the Onchain Test Kit while maintaining the high standards of reliability and type safety that make this toolkit valuable for blockchain application testing.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.